Testing the Interface

Once your application is ready, try the CRUD operations on the launched application. Possible tasks for testing the application could be:

  1. Click on the “Add” button to open the form and add a new transaction.

  2. Click on the “Edit” button for any transaction and update the information (date and amount) for the transaction.

  3. Click on the “Delete” button for any transaction to delete it from the list.

  4. Verify the transactions are displayed correctly.